home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000413_news@columbia.edu_Sat Feb 4 06:28:35 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA10950
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 4 Feb 1995 15:49:06 -0500
  3. Received: by apakabar.cc.columbia.edu id AA10729
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 4 Feb 1995 15:49:05 -0500
  5. Path: news.columbia.edu!panix!news.mathworks.com!udel!gatech!swrinde!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: mode "host" for caller?
  9. Message-Id: <1995Feb4.122835.40555@cc.usu.edu>
  10. Date: 4 Feb 95 12:28:35 MDT
  11. References: <D3GMHM.HLL@ireq.hydro.qc.ca>
  12. Organization: Utah State University
  13. Lines: 22
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <D3GMHM.HLL@ireq.hydro.qc.ca>, ratel@ireq-ccfm.hydro.qc.ca (Gilles Ratel 8720) writes:
  17. >   I don't understand how do you do connect two PC via modem line
  18. >   with MS-Kermit (3.14)
  19. >            ----------                        ------------
  20. >                PC    |__modem________modem__|  PC call SERVER
  21. >              SERVER  |                      |    via command DIAL
  22. >           -----------                        -------------------
  23. >           (MS-Kermit)                           (MS-Kermit)
  24. >   What is setup for PC SERVER for
  25. >   answering and execute "get" and
  26. >   "put" from caller?
  27. >     (or, how do
  28. >       you set this PC for "host"?)
  29. -----------
  30.     On the server side tell the modem to autoanswer. Set the port
  31. to the proper COMx and speed etc within Kermit. Tell Kermit to be a
  32. server. That's it. Read more about it in the documentation, particularly
  33. the user's manual "Using MS-DOS Kermit", details on the MSK HELP screens.
  34.     Joe D.